This web method is used to set the pin code for the user for logging into the device.
Method | /ProCloudWS.asmx/ProviderUserUpdateMobilePinCode |
This web method is used to set the pin code for the user for logging into the device.
The request body is of type ProviderUserUpdateMobilePinCode.
Name | Description | Data Type |
---|---|---|
objProviderGUId | guid | |
strPassword | xml:string | |
intUserId | xml:int | |
intMobilePinCode | xml:int |
|
The response body is of type ProviderUserUpdateMobilePinCodeResponse.
Name | Description | Data Type |
---|---|---|
ProviderUserUpdateMobilePinCodeResult | objProviderUserUpdateMobilePinCodeReturn |
|